STEP 9: Let's make sure we're using variable names that will help keep our code organized. Variable names should clearly describe the value they are storing! This variable is storing the computer's randomly selected choice.
- Change the name of the variable storing the random number from my_var to random_choice.
Remember, the variable name is the word to the left of (before) the equals sign.
To navigate the page using the TAB key, first press ESC to exit the code editor.